home *** CD-ROM | disk | FTP | other *** search
- @echo off
- GOTO STARTER
-
- this batch file compiles and links the COBALTS project
-
- Large Model Microsoft C version 5.1 is required and the
- graphics module named on the link line
-
- :STARTER
- CL COBALTS.C /c
- LINK COBALTS RUSS,,NUL,LLIBCE.LIB /E;
- IF NOT EXIST COBALTS.EXE GOTO ENDER
- echo COBALTS.exe Created !
- GOTO FINISH
-
- :ENDER
- echo Sorry... Problem Encountered.
- :FINISH